Disable Automation

Disable Automation

If you disable automation, the system will still look for optimization opportunities. Any actions will now be manual
NOTE: If you have any scheduled optimizations, they will be re-activated

Request
URI
PUT
https://{api_host}/suite-api/api/optimization/workloadplacement/{dataCenterId}/automation/disable
COPY
Path Parameters
string
dataCenterId
Required

ID of the dataCenter


Authentication
This operation uses the following authentication methods.
Responses
200

Optimization automation disabled successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/optimization/workloadplacement/{dataCenterId}/automation/disable