latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

Elastigroup Azure Stateful

Delete Stateful Node

Delete an existing stateful node from the account.

delete/azure/compute/statefulNode/{nodeId}

Parameters

#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1azure~1compute~1statefulNode~1%7BnodeId%7D/get/parameters/1 — unresolved $ref

Request body

Example request

{
  "deallocationConfig": {
    "shouldTerminateVm": true,
    "shouldDeregisterFromLb": true,
    "networkDeallocationConfig": {
      "shouldDeallocate": true,
      "ttlInHours": 1
    },
    "diskDeallocationConfig": {
      "shouldDeallocate": true,
      "ttlInHours": 1
    },
    "snapshotDeallocationConfig": {
      "shouldDeallocate": true,
      "ttlInHours": 1
    },
    "publicIpDeallocationConfig": {
      "shouldDeallocate": true,
      "ttlInHours": 1
    }
  }
}