Cancels space auto-cleaning
Cancels current run of auto-cleaning mechanism for given space.
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string The Id of a space. |
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE cancelAutoCleaning --host https://$HOST:9443Responses
Cleaning of given space has been cancelled.
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Services needed to fulfill this request are not running.