Solved
Curl to delete the folder in cloud instance
Hi team,
How can I delete this folder '/var/acs-commons/mcp/instances' in AEM Cloud instance with cUrl command.
Thanks,
SD
Hi team,
How can I delete this folder '/var/acs-commons/mcp/instances' in AEM Cloud instance with cUrl command.
Thanks,
SD
Hi @sdusane
For AEMaaCS you can try something like:
curl -H "Authorizatin: Bearer [token]" -F":operation=delete" https://author-p[ProgramID]-e[EnvironmentID].adobeaemcloud.com/var/acs-commons/mcp/instances
Replace token, ProgramID, EnvironmentID with your project specific values. And try.
I recommend to do it on lower envs first, to see how it goes.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.