Upload Blueprint Workflow
              Get the latest docs.
          
          
            You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
          
      This section describes the workflow for uploading a Cloudify blueprint to a Cloudify management environment.
sequenceDiagram
    participant CLI
    participant NP as Nginx (Proxy)
    participant REST
    participant NF as Nginx (Fileserver)
    participant PSQL as PostgreSQL
    CLI->>CLI: cfy blueprints upload
    CLI->>CLI: Parse blueprint
    CLI->NP: POST /blueprints
    NP->>NP: validate blueprint size
    NP->>REST: POST /blueprints
    REST->>NF:Copy blueprint & resources
    REST->>PSQL:Save parsed blueprint
    
    
  