Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppCompleteUpdateRequest

AppCompleteUpdateRequest

    CompleteUpdateRequest defines the body of a request to the update completion endpoint of the service API.

    Properties

    • status enum required
      The current status
      Values:
      not started — NotStarted
      StatusNotStarted is returned when the Update has been created but not applied.
      requested — Requested
      StatusRequested is returned when the Update application has been requested but not started.
      running — Running
      StatusRunning is returned when the Update is in progress.
      failed — Failed
      StatusFailed is returned when the update has failed.
      succeeded — Succeeded
      StatusSucceeded is returned when the update has succeeded.
      cancelled — Cancelled
      UpdateStatusCancelled indicates that an update completed due to cancellation.

      The infrastructure as code platform for any cloud.