Skip to main content
PUT
Update Instance Ports

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Path Parameters

instance_id
string
required

Instance ID. String, length: 1-255 characters.

Body

application/json
ports
object[]
required

Exposed port list. Replaces the entire port set on the instance.

Example:

Response

200 - application/json

OK

The response is of type object.

Last modified on June 26, 2026