Stateful Node AWS

Delete Stateful Node

Get specific Stateful Node config.

delete/aws/ec2/managedInstance/{MI_ID}

Parameters

#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1aws~1ec2~1managedInstance~1%7BMI_ID%7D/put/parameters/1 — unresolved $ref

Request body

Example request

{
  "deallocationConfig": {
    "shouldDeleteImages": true,
    "shouldDeleteNetworkInterfaces": true,
    "shouldDeleteVolumes": true,
    "shouldDeleteSnapshots": true,
    "shouldTerminateInstance": true
  },
  "amiBackup": {
    "shouldDeleteImages": true
  }
}

Response

— unresolved $ref

Changes