Deployments
Sign an SSH certificate for an inference model
Signs a short-lived SSH certificate granting access to a running inference model pod.
POST
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Body
application/json
Request to sign an SSH certificate for accessing a workload pod.
Response
200 - application/json
Response containing a signed SSH certificate for proxy authentication.
The signed SSH certificate in OpenSSH format.
Signed JWT (ES256) for SSH proxy authorization.
Address of the SSH proxy to connect to (host:port).
When the certificate expires, in ISO 8601 format.