Databricks SDK for JavaScript
    Preparing search index...

    Interface UndeleteProjectRequest

    Request to restore a soft-deleted project within its retention period.

    interface UndeleteProjectRequest {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The full resource path of the project to undelete. Format: projects/{project_id}