Shutdown ( Timeout, Ignore Sessions, Wait For All Sessions )

post

/management/weblogic/{version}/serverRuntime/shutdown

Gracefully shuts down the server after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.

The following inflight work is allowed to complete before shutdown:

  • Pending transaction's and TLOG checkpoint

  • Pending HTTP sessions

  • Pending JMS work

  • Pending work in the execute queues

  • RMI requests with transaction context

Further administrative calls are accepted while the server is completing inflight work. For example a forceShutdown command can be issued to quickly shutdown the server if graceful shutdown takes a long time.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the following fields:

Root Schema : Arguments
Type: object
Title: Arguments
Show Source
Security
Back to Top

Response

200 Response

Returns the following fields:

Back to Top