How to deploy a war file using rest?

Hi,
As we have POST /deployment/create using which we can deploy a bpmn file to camunda server. Is there any way to deploy war file using rest.
Thanks

the war files should be deployed according to your application server instead of via the engine rest

@Yana
Ok so we don’t have provision to deploy war file using rest endpoint in Camunda, right?