Disable Scheduled Snapshots
DELETE
/api/v1/schedule-snapshot/Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}service_typeQuerystringoptionalSpecifies the type of service to disable scheduled snapshots for.
- must be a non-empty string
- allowed value: schedule
examplescheduleresource_idQuerystringoptionalIdentifier of the node whose scheduled snapshots are to be disabled
- required
- must be a valid node identifier (e.g., UUID or alphanumeric ID)
example{{node_id}}resource_typeQuerystringoptionalSpecifies the type of resource for which scheduled snapshots are disabled.
- must be a non-empty string
- allowed values include "node"
examplenodeapikeyQuerystringoptionalAPI key used to authenticate the request
- required
- non-empty
- alphanumeric
example{{api_key}}locationQuerystringoptionalSpecifies the target location for disabling scheduled snapshots.
- must be a non-empty string
- should match a supported location identifier (e.g., us-east, eu-west)
example{{location}}
Responses
200Successful response
HTTP status code indicating the result of disabling scheduled snapshots
example
200- must be an integer
- 200 indicates success
Confirmation message indicating scheduled snapshots have been disabled.
example
Schedule settings has been disabled successfully.- must be a non-empty string
- should not exceed 200 characters