How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fluence VMs API

Endpoints to create, view, update and delete VMs

Fluence VMs API is one of 12 APIs that Fluence publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include VMs. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 14 operations across 12 paths, and defines 55 schemas. It is described by OpenAPI 3.1.0, at version 0.10.0.

Requests are made against the base URL https://api.fluence.dev.

14 operations 12 paths 55 schemas 3 GET2 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.10.0
Base URL
https://api.fluence.dev
Authentication
HTTP Bearer, API Key
Contact
Cloudless Labs
License
AGPL-3
Resource Areas
1

Authentication & Security 2

Fluence VMs API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (access_jwt_token). An API key is passed in the header as X-API-KEY (api_key). By default, every request must be authenticated.

  • access_jwt_token — JWT token issued by Fluence

Paths & Operations 14

Across 12 paths, the API surfaces 14 operations — 3 GET, 2 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

VMs 14

Endpoints to create, view, update and delete VMs

GET
/v2/vms
get_users_vms 11 params → 200400401403422500
POST
/v2/vms
create_users_vm body → 200400401403422500
GET
/v2/vms/{vm_id}
get_users_vm 2 params → 200400401403422500
PATCH
/v2/vms/{vm_id}
update_users_vm 1 param body → 200400401403422500
GET
/v2/vms/{vm_id}/interfaces
get_vm_interfaces 1 param → 200400401403422500
PATCH
/v2/vms/{vm_id}/interfaces/{interface_id}
update_network_interface 2 params body → 200400401403422500
POST
/v2/vms/{vm_id}/public_ip/add
add_public_ip 1 param body → 200400401403422500
POST
/v2/vms/{vm_id}/public_ip/remove
remove_public_ip 1 param → 200400401403422500
POST
/v2/vms/{vm_id}/restart
restart_users_vm 1 param → 200400401403422500
POST
/v2/vms/{vm_id}/softreboot
softreboot_users_vm 1 param → 200400401403422500
POST
/v2/vms/{vm_id}/storages/add
add_storages 1 param body → 200400401403422500
POST
/v2/vms/{vm_id}/storages/remove
remove_storages 1 param body → 200400401403422500
POST
/v2/vms/{vm_id}/terminate
terminate_users_vm 1 param → 200400401403422500
POST
/v2/vms/{vm_id}/vm-api-access-token
mint_vm_access_token 1 param → 200400401403404422500503

Schemas 55

The contract defines 55 schemas that model the data the API accepts and returns. The most detailed are UserVmDto (28 properties), UserStorageDto (20 properties), UserPublicIpDto (16 properties), UserSubnetDto (10 properties). Each schema is shown below with its type and property counts.

NetworkInterfaceKindDto
UserPublicIpStatusDto
string
StorageRoleDto
string
VmConfigurationSlug
string
NewStorageType
string
NewIpAddressType
string
VmConfigurationId
string
AddStoragesRequest
object
1 property 1 required
CreateUserStorageRequest
object
6 properties 5 required
ErrorCode
string
Stable, machine-readable error code carried by every non-2xx response. Clients should branch on code rather than parsing the human-readable error string. Statu…
UserPublicIpId
string
UserStorageStatusDto
string
ConsoleAccessToken
object
Wire-shape returned to Pult. Identical to the response of the previous vodopad mint endpoint, which proxied through crd-api for the opaque token; only the cont…
4 properties 4 required
UpdateUserVmRequest
object
1 property
VmBootDisk
UserVmDto
object
28 properties 14 required
UserVmId
string
AddPublicIpRequest
object
1 property 1 required
PaginatedResponse_UserVmDto
object
2 properties 2 required
ErrorBody
object
2 properties 2 required
VmNetworkInterfaceDto
object
4 properties 3 required
UserVmExpandedDto
object
Attached resources resolved inline. Each field is set only when the matching ?expand= member was requested; absent fields stay as bare IDs on the VM.
6 properties
UserSubnetDto
object
10 properties 6 required
UserSecurityGroupId
string
VmPublicIp
CloudInitInfoDto
object
Presence-only marker. If cloudinit is non-null on a VM, the VM was created with cloud-init userData. The content itself is wiped after the VM transitions out o…
IpAddressType
string
ClusterId
string
StorageImageDto
object
Slim reference to the OS image a storage was created from. Present only when the storage's initurl matches a catalog image; absent for custom URLs and data dis…
4 properties 4 required
UserStorageId
string
SortOrderDto
string
StorageActionDto
string
Wire representation of [StorageAction] — the operations exposed via UserStorageDto.allowedActions.
UserSshKeyDto
object
6 properties 6 required
UserId
string
UpdateNetworkInterfaceRequest
object
1 property
CloudInitDto
object
1 property
VmExpand
string
Attached resource a ?expand member can inline on a VM response: the bare id stays in place and the resolved object is added to the expanded block.
UserSshKeyId
string
UserStorageDto
object
20 properties 11 required
UserSubnetId
string
PaginationInfo
object
5 properties 5 required
RemoveStoragesRequest
object
1 property 1 required
UserVpcId
string
UserVmStatusDto
string
VmActionDto
string
Wire representation of [VmAction] — the operations exposed via UserVmDto.allowedActions.
UserPublicIpDto
object
16 properties 7 required
UserVmReference
object
A VM reference (id + name) surfaced where a resource is attached, so callers avoid a second lookup.
2 properties 2 required
SortFieldDto
string
Field to order list results by. status sorts by the status label text, not a lifecycle order.
UserSubnetStatusDto
string
VmDataDisk
CreateUserVmRequest
object
8 properties 4 required
CreateUserPublicIpRequest
object
3 properties 3 required
StorageTypeDto
string
UserVmNetworkInterfaceId
string
PublicIpActionDto
string
Wire representation of [PublicIpAction] — the operations exposed via UserPublicIpDto.allowedActions.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fluence-vms-api-openapi.yml Raw ↑

Other APIs Fluence publishes across the network.

Fluence Billing API
Fluence Hardware API
Fluence Prices API
Fluence PublicIP API
Fluence SecurityGroup API
Fluence Service API
Fluence SSH keys API
Fluence Storage API
Fluence Subnets API
Fluence Users API
Fluence VPCs API
Where this information came from

This is an independent, third-party profile of Fluence VMs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.