Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions actions/server.reboot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ parameters:
immutable: true
type: string
hard:
default: SOFT
default: false
description: Perform a hard reboot
type: string
type: boolean
project_id:
description: Run the action under a different project, identified by id
type: string
Expand All @@ -30,9 +30,9 @@ parameters:
required: true
type: string
soft:
default: SOFT
default: false
description: Perform a soft reboot
type: string
type: boolean
wait:
default: false
description: Wait for reboot to complete
Expand Down
Loading