v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Hosts

Delete a host

Permanently delete a host from the project. Pass { "force": true } to delete a host that is still referenced (e.g. by an eval suite). Guest callers are denied (a write).

delete/projects/{projectId}/hosts/{hostId}

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

hostIdstring required

Host ID, as returned by the project's host list.

Request body

forceboolean

Delete even if the host is still referenced.

Response

The host was deleted.

idstring required
deletedtrue required