backport of commit 573c3103fb6da48143982cd5457f9bc0a1e33221 (#19234)

Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
This commit is contained in:
hc-github-team-nomad-core 2023-11-30 01:45:30 -06:00 committed by GitHub
parent ef2de73315
commit b62e524bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2283,6 +2283,11 @@ The table below shows this endpoint's support for
enabled, this value must match a namespace that the token is allowed to
access. This is specified as a query string parameter.
- `no_shutdown_delay` `(bool: false)` - Ignore the group and task `shutdown_delay`
configuration so that there is no delay between service deregistration and task
shutdown. Note that using this flag will result in failed network connections
to the allocations being stopped.
### Sample Request
```shell-session