Skip to main content
Version: latest

Update workspace backup settings

PUT 

/v1/workspaces/:uid/backup

Update workspace backup settings

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    backupConfig

    Cluster backup config

    backupLocationNamestring
    backupLocationUidstring
    backupNamestring
    backupPrefixstring
    durationInHoursint64
    includeAllDisksboolean
    includeClusterResourcesboolean
    locationTypestring
    namespacesstring[]

    schedule

    Cluster feature schedule

    scheduledRunTimestring
    clusterUidsstring[]
    includeAllClustersboolean

Responses

The resource was updated successfully

Loading...