logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

anc-reprovision-instance - reprovision (rebuild) a Cloud Server with the same or different

Author

       Atlantic.Net Cloud Team - cloudsupport@atlantic.net

ANC-API-TOOLS                                      2017-12-29                        ANC-REPROVISION-INSTANCE(1)

Description

       anc-reprovision-instance reprovisions (rebuild) a Cloud Server with the same or different specifications.

Name

       anc-reprovision-instance   - reprovision   (rebuild)   a   Cloud   Server  with  the  same  or  different
       specifications.

See Also

       https://www.atlantic.net/docs/api

Synopsis

       anc-reprovsion-instance  Format=[json|xml]  instanceid=[id  of  server]  planname=[cloud   server   plan]
       imageid=[id of image]

       INPUT

       Format=[json|xml]  -  The  Format parameter will determine how the output of the action is formatted. You
       can format output results in JSON or XML.  Default is json.

       instanceid=[id of server] - The instanceid of the Cloud Server you wish to assign the IP address to.

       planname=[cloud server plan] - Plan type for the Cloud Server. (e.g. G2.8GB). The available plans can  be
       obtained by calling anc-describe-plan.

       imageid=[id  of  image] - The identification string of the system image you wish to use to create the new
       Cloud Server. The available images can be obtained by calling anc-describe-image.

See Also