cURL
curl --request PUT \ --url https://api.qudata.ai/v0/hosts/{host_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "status": "inactive", "price": 123 } '
{ "ok": true, "data": "<unknown>" }
inactive
review
approved
waiting
active
running
blocked
Successful Response