Skip to main content
DELETE
/
api
/
v1
/
builders
/
{uuid}
/
ssh
Revoke SSH access
curl --request DELETE \
  --url https://{subdomain}.mihu.ai/api/v1/builders/{uuid}/ssh \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Response

200

SSH access revoked.