Skip to main content

Disable FileSystem Addon

Select

SaaS
Customer Managed

Disables FileSystem Addon for a plan

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

OK

PUT /v2/plan/:planid/addon/filesystem/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/FileSystem/Action/Disable' \
-H 'Authtoken: <API_KEY_VALUE>'