Enable/Disable Resource
This setting is available for all resource types.
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
status | Write true to make the resource active, false to make it passive.
| Boolean | Yes |
Payload
CODE
{
"status": false
}