Unpublish a preview port
Removes a port from the published set. On a strict public sandbox,
the port immediately returns 404 at the edge.
The operation is idempotent and retry-safe. Repeating the request,
including for a port that is already unpublished, re-synchronizes the
host’s authoritative published-port set and returns 204. Retry a
500 to converge after a transient host update failure. A 404
means the sandbox itself does not exist.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Published sandbox port. Port 49983 is reserved for Superserve's sandbox service.
1024 <= x <= 65535Response
Port unpublished or already unpublished