curl --request PATCH \
--url https://api.thundercompute.com:8443/v1/instances/{id}/ports \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"identifier": "<string>",
"instance_name": "<string>",
"http_ports": [
123
]
}curl --request PATCH \
--url https://api.thundercompute.com:8443/v1/instances/{id}/ports \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"identifier": "<string>",
"instance_name": "<string>",
"http_ports": [
123
]
}Documentation Index
Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Instance ID (index)
Ports to add and remove
The body is of type object.
Was this page helpful?