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
Response
The host was deleted.