cURL
curl --request POST \ --url https://shardcloud.app/api/apps/{app_id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "run" } '
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
run
stop
restart
Status updated successfully