Skip to main content
PUT
/
status
cURL
curl --request PUT \
  --url https://api.brightdata.com/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "suspend_manual"
}'
{
  "status": "suspend_manual"
}
Warning: This API can modify your account settings, damage your operations or incur charges.
Paste your API key to the authorization field. To get an API key, Create an account and learn how to generate an API key

Authorizations

Authorization
string
header
required

Body

application/json
status
enum<string>
Available options:
suspend_manual,
active

Response

200 - application/json
status
string
Example: