Skip to main content
PUT
Configure Capacity

Authorizations

Authorization
string
header
required

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

Body

application/json
cidrId
string
required

Policy/Capacity ID (e.g., sc_830349911839)

vpc
string

VPC ID, must start with vpc- (e.g., vpc-0a1b2c3d)

Pattern: ^vpc-.*
securityGroup
string

Security group ID, must start with sg- (e.g., sg-0a1b2c3d)

Pattern: ^sg-.*
amiImage
string

AMI ID, must start with ami- (e.g., ami-0a1b2c3d)

Pattern: ^ami-.*
sshPairKey
string

SSH key pair name (free-form string)

ebsVolumeSize
integer

EBS volume size in GB (must be positive)

Required range: x >= 1

Response

Success - Capacity configuration updated