Remove leaveRunning from swagger restore endpoint

The restore action does not support leaveRunning as argument.

[NO NEW TESTS NEEDED]

Signed-off-by: Jelle van der Waa <jvanderwaa@redhat.com>
This commit is contained in:
Jelle van der Waa 2022-11-28 17:27:06 +01:00
parent 50992d0be4
commit 279a4ac77a
1 changed files with 0 additions and 4 deletions

View File

@ -1489,10 +1489,6 @@ func (s *APIServer) registerContainersHandlers(r *mux.Router) error {
// type: boolean
// description: keep all temporary checkpoint files
// - in: query
// name: leaveRunning
// type: boolean
// description: leave the container running after writing checkpoint to disk
// - in: query
// name: tcpEstablished
// type: boolean
// description: checkpoint a container with established TCP connections