gns3-server/docs/api/v2/compute/frame_relay_switch/projectsprojectidframerelayswitchnodesnodeidstop.rst
grossmj 0f496907a0 Fix API status code for start/stop/suspend/reload a node. Fixes #1353.
Fix issues with test.
Update documentation.
2018-06-14 16:39:32 +08:00

716 B

/v2/compute/projects/{project_id}/frame_relay_switch/nodes/{node_id}/stop

POST /v2/compute/projects/{project_id}/frame_relay_switch/nodes/{node_id}/stop

Stop a Frame Relay switch

Parameters

  • node_id: Node UUID
  • project_id: Project UUID

Response status codes

  • 400: Invalid request
  • 404: Instance doesn't exist
  • 204: Instance stopped