HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/codepipeline/start-pipeline-execution.rst
**To run the latest revision through a pipeline**

This example runs the latest revision present in the source stage of a pipeline through the pipeline named "MyFirstPipeline".

Command::

  aws codepipeline start-pipeline-execution --name MyFirstPipeline


Output::

  {
    "pipelineExecutionId": "3137f7cb-7cf7-EXAMPLE"
  }