# Plan a formation deployment

> Computes a diff between the desired template and the current stack state without making any changes. Returns the list of planned actions.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Plan a formation deployment"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/formations/plan"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Computes a diff between the desired template and the current stack state without making any changes. Returns the list of planned actions.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./plan-formation.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./plan-formation.StatusCodes.json")}
>
  
</StatusCodes>
