PAGES

MAPI80: Location

MAPI80: Node

MAPI80: Region


SECTIONS

List All Nodes

GET /api/admin/locations/{location_id}/regions/{region_id}/nodes


View Node

GET /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}


Update Node

PATCH /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}

Note: We currently do not allow changing the hostname of an existing node.


Create Node

POST /api/admin/locations/{location_id}/regions/{region_id}/nodes


Delete Node

DELETE /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}


Maintenance Mode

Enable

POST /api/admin/locations/{location_id}/regions/{region_id}/nodes/{node_id}/maintenance

<aside> ⚠️ Warning This will evacuate all containers that are not using local volumes to other nodes in the region (Availability-Zone).

</aside>

Returns HTTP 202 Accepted if successful.

Disable

DELETE /api/admin/locations/{location_id}/regions/{region_id}/nodes/{node_id}/maintenance

Returns HTTP 202 Accepted if successful.