Jail

Delete a Jail

Delete a jail by its CTID, optionally deleting unused MAC objects and its root filesystem

delete/jail/{ctid}

Path parameters

ctidinteger required

Jail CTID

Query parameters

deletemacsboolean required

Delete unused jail MAC objects

deleterootfsboolean required

Delete the jail root filesystem

Response

Success

errorstring
messagestring
statusstring

Changes

Changed in 3 of the 42 revisions of this API.25

  • 9a5026bf905714See the full diff
    • added the new required query request parameter deleterootfs

      new-required-request-parameter

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation