Cloud Server Actions - Stop server (forced)
POST
https://api.absam.io/v1/cloud-server/stop
REQUEST HEADERS
access-token: xxxxxxxxxxxxxxxxxxxxxxxxxx
secret-access-token: xxxxxxxxxxxxxx
Generate the access token and secret access token on the dashboard.
REQUEST BODY
Name Type Description Required
id integer Cloud ID true
Response parameters (JSON)
{
    "result": "success",
    "status": "The stop command has been sent to the server."
}