Skip to content

deleteCephSetting

Delete a Ceph setting for an OpenStack Availability Zone Supported in v9.5+ Delete a specific Ceph storage setting for an OpenStack Availability Zone.

Arguments

Argument Type Description
input (required) DeleteCephSettingInput! Input for V1DeleteCephSetting.

Returns

Void

Sample

mutation DeleteCephSetting($input: DeleteCephSettingInput!) {
  deleteCephSetting(input: $input)
}
{
  "input": {
    "cephSettingId": "example-string",
    "openstackAvailabilityZoneId": "example-string"
  }
}
{
  "data": {
    "deleteCephSetting": "example-string"
  }
}