---
title: "Submit a dictionary of form values for the interruption. Only the user with responsibility for this interruption can submit this form."
method: POST
path: "/{spaceId}/interruptions/{id}/submit"
tags: ["Interruptions"]
---

# Submit a dictionary of form values for the interruption. Only the user with responsibility for this interruption can submit this form.

`POST /{spaceId}/interruptions/{id}/submit`

## Path parameters

- `spaceId` string, required
- `id` string, required

## Request body

- SubmitInterruptionCommand
  - `Guidance` string — Used for Guided Failure Interruptions. Should be one of "Fail", "Retry", "Ignore" or "Exclude"
  - `Id` string, required — ID of the Interruption
  - `Instructions` string — Optional free-text instructions recorded with the submission.
  - `Notes` string — Optional notes recorded with the submission and included in the audit log entry.
  - `Result` string — Used for Manual Intervention Interruptions. Should be one of "Proceed" or "Abort"
  - `SpaceId` string, required — ID of the Space

## Response `200`

Confirms that the Interruption has been submitted successfully, containing the updated Interruption

- InterruptionResource
  - `CanTakeResponsibility` boolean — Gets or sets a value indicating whether the current user has permissions to take responsibility for this interruption.
  - `CorrelationId` string — Gets or sets the correlation ID of the activity in which the interruption was requested, if any.
  - `Created` string, date-time — Gets the time at which the interruption was created.
  - `Form` Form
    - `Elements` FormElement[] — Elements of the form.
      - `Control` Control
        - `Type` 'Checkbox' | 'TextArea' | 'Paragraph' | 'SubmitButtonGroup' | 'VariableValue'
      - `IsValueRequired` boolean — If true, the receiver of the form expects that a value will be provided for the element.
      - `Name` string — The name of the element. Must be unique within the form.
    - `Values` object — Values supplied for the form elements.
  - `HasResponsibility` boolean — Gets or sets a value indicating whether the current user has responsibility for this interruption.
  - `Id` string — Gets or sets a unique identifier for this resource.
  - `IsLinkedToOtherInterruption` boolean — If this interruption is linked to another it will be automatically completed when the other one is. Used to handle interruptions in child deployments.
  - `IsPending` boolean — True if the interruption is waiting for user action; otherwise, false.
  - `LastModifiedBy` string — Gets or sets the username of the user who last modified this resource.
  - `LastModifiedOn` string, date-time — Gets or sets the date/time that this resource was last modified.
  - `Links` object — Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
  - `PullRequests` InterruptionPullRequestResource[] — Gets or sets a list of pull requests associated with this interruption. This will only be populated when Type is PullRequestCompletion.
    - `Id` string
    - `InterruptionId` string
    - `Number` integer
    - `RepositoryUrl` string
    - `Status` 'Unknown' | 'Open' | 'Merged' | 'Closed' | 'UnknownGitVendor'
    - `Title` string
    - `Url` string
  - `RelatedDocumentIds` string[] — Gets the ids of documents related to this interruption.
  - `ResponsibleTeamIds` string[] — Gets the ids of groups that can take responsibility for this interruption.
  - `ResponsibleUserId` string — Gets or sets the
  - `SpaceId` string
  - `TaskId` string — Gets or sets the id of the Server Task raising the interruption.
  - `Title` string — Gets or sets a title for this interruption.
  - `Type` 'ManualIntervention' | 'GuidedFailure' | 'PullRequestCompletion' | 'ArgoCDApplicationSync' | 'KubernetesResourceVerification' — Gets or sets the type of interruption

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/revisions/b296c3a60aa5/schema)
