Skip to main content

Disable Database Add-on

Select

SaaS
Customer Managed

This operation disables the server plan database backup options. This operation does not delete the database add-on options for a plan.

Path Parameters
  • PlanId string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • error object[]
  • entity object
  • status object
  • errorMessage string
  • errorCode integer
PUT /v2/plan/:planid/addon/database/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
Accept — header required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AddOn/Database/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'