Skip to main content
POST
Associate elastic IP with instance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
instanceID
string<uuid> | null

set instanceID and instanceType to associate the elastic IP to the instance, set to null to disassociate the elastic IP from the instance

instanceType
enum<string> | null
Available options:
baremetal,
container

Response

An action completed successfully

result
string
required