Skip to content
Aether Docs
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Getting Started
Overview
Create your first cluster
Node pools
Connect with kubectl
Networking
Storage
Container registry
Observability
Concepts
Platform model
Regions
Node-pool model
Networking model
Billing model
API Reference
Aether API
Overview
Organizations
Overview
List organizations
Create an organization
Get an organization
Update an organization
Delete an organization
List organization members
Invite an organization member
Get an organization member
Update an organization member's role
Remove an organization member
List API tokens
Create an API token
Get an API token's metadata
Revoke an API token
List audit log events
Webhooks
Overview
List webhooks
Create a webhook
Get a webhook
Update a webhook
Delete a webhook
Rotate a webhook's signing secret
Send a test delivery
List webhook deliveries
Clusters
Overview
List clusters
Create a cluster
Get a cluster
Update a cluster
Delete a cluster
Get cluster network policy
Set cluster network policy
Download the admin kubeconfig
Upgrade a cluster's Kubernetes version
Stream cluster events (SSE)
Stream cluster system events (SSE)
List a cluster's load balancers
List a cluster's persistent volumes
List node pools
Create a node pool
Get a node pool
Update a node pool
Delete a node pool
List a node pool's machines
Registry
Overview
Get the organization's registry
Enable the organization's registry
Disable the organization's registry
List registry repositories
Delete a repository
List a repository's tags
Get a tag's vulnerability scan result
Trigger a vulnerability scan for a tag
List registry robot accounts
Create a registry robot account
Delete a registry robot account
Rotate the registry's default robot credential
List registry cleanup policies
Create a registry cleanup policy
Update a registry cleanup policy
Delete a registry cleanup policy
Dry-run a registry cleanup policy
Run a registry cleanup policy now
Billing
Overview
Get month-to-date usage and subscriptions
Get the authoritative month-to-date cost breakdown
Get daily spend (autoscaling)
Get the org's monthly budget
Create or replace the org's monthly budget
Delete the org's monthly budget
List invoices
Get an invoice
Download an invoice PDF
List payment methods
Attach a payment method
Get a payment method
Detach a payment method
Set the default payment method
Support
Overview
List support tickets
Open a support ticket
Get a support ticket
Update a support ticket
List ticket messages
Post a message to a ticket
List a ticket's attachments
Reserve an attachment and get a presigned upload URL
Download a ticket attachment
List any ticket's attachments (admin)
Reserve an attachment on any ticket (admin)
Download any ticket's attachment (admin)
Admin
Overview
Echo the authenticated admin's identity and roles
Get the current effective customer rate card
Update the customer rate card
List recent rate-card changes
Get an organization's shared-storage quota
Set or revert an organization's shared-storage quota
List tickets across all orgs
Get any ticket
Update any ticket (assign / status / severity / category)
List any ticket's messages
Reply to a ticket as provider
Select theme
Dark
Light
Auto
Overview
Billing
Section titled “Billing”
Usage, daily spend, invoices, and payment methods.
Operations
Section titled “Operations”
GET
/api/v1/organizations/{orgID}/billing/usage
GET
/api/v1/organizations/{orgID}/billing/breakdown
GET
/api/v1/organizations/{orgID}/billing/daily-spend
GET
/api/v1/organizations/{orgID}/billing/budget
PUT
/api/v1/organizations/{orgID}/billing/budget
DELETE
/api/v1/organizations/{orgID}/billing/budget
GET
/api/v1/organizations/{orgID}/billing/invoices
GET
/api/v1/organizations/{orgID}/billing/invoices/{invoiceID}
GET
/api/v1/organizations/{orgID}/billing/invoices/{invoiceID}/pdf
GET
/api/v1/organizations/{orgID}/billing/payment-methods
POST
/api/v1/organizations/{orgID}/billing/payment-methods
GET
/api/v1/organizations/{orgID}/billing/payment-methods/{pmID}
DELETE
/api/v1/organizations/{orgID}/billing/payment-methods/{pmID}
POST
/api/v1/organizations/{orgID}/billing/payment-methods/{pmID}/default