-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
apiRelated to the API.Related to the API.bugSomething that isn't working.Something that isn't working.nexusRelated to nexusRelated to nexus
Description
Instance deletion returns 404 if the target instance exists and is neither stopped nor failed. It should probably return either 400 or one of the precondition failure status codes
To reproduce, run this from the root of the omicron repo:
tools/oxapi_demo project_create_demo p1
tools/oxapi_demo instance_create_demo p1 i1
tools/oxapi_demo instance_reboot p1 i1
tools/oxapi_demo instance_delete p1 i1
Metadata
Metadata
Assignees
Labels
apiRelated to the API.Related to the API.bugSomething that isn't working.Something that isn't working.nexusRelated to nexusRelated to nexus