support removing named servers

This commit is contained in:
Min RK
2018-09-18 12:48:06 +02:00
parent a1dc73882a
commit e79b43e906
4 changed files with 57 additions and 10 deletions

View File

@@ -217,6 +217,13 @@ paths:
in: path
required: true
type: string
- name: remove
description: |
Whether to fully remove the server, rather than just stop it.
Removing a server deletes things like the state of the stopped server.
in: body
required: false
type: boolean
responses:
'201':
description: The user's notebook named-server has started