Oracle WebLogic Server Oracle WebLogic Deployment API
RESTful API for deploying, undeploying, and managing application and library deployments on Oracle WebLogic Server. Supports deploying enterprise applications (EAR, WAR), shared libraries, and managing deployment lifecycle including start, stop, and redeploy operations. All deployment configuration changes require an active edit session with startEdit/activate workflow. Runtime deployment lifecycle operations (start/stop) are available through the domainRuntime tree.
What You Can Do
MCP Tools
startedit
Oracle WebLogic Server Start an edit session for deployment changes
activatedeploymentchanges
Oracle WebLogic Server Activate pending deployment changes
listappdeployments
Oracle WebLogic Server List all application deployments
deployapplication
Oracle WebLogic Server Deploy an application
getappdeploymentcreateform
Oracle WebLogic Server Get application deployment creation form
getappdeployment
Oracle WebLogic Server Get application deployment details
updateappdeployment
Oracle WebLogic Server Update application deployment configuration
undeployapplication
Oracle WebLogic Server Undeploy an application
listlibdeployments
Oracle WebLogic Server List all shared library deployments
deploylibrary
Oracle WebLogic Server Deploy a shared library
getlibdeployment
Oracle WebLogic Server Get shared library deployment details
undeploylibrary
Oracle WebLogic Server Remove a shared library deployment
listdeploymentruntimes
Oracle WebLogic Server List deployment runtimes
startapplication
Oracle WebLogic Server Start a deployed application
stopapplication
Oracle WebLogic Server Stop a deployed application
redeployapplication
Oracle WebLogic Server Redeploy an application
updateapplication
Oracle WebLogic Server Update an application deployment
getdeploymenttaskstatus
Oracle WebLogic Server Get deployment task status
listserverapplicationruntimes
Oracle WebLogic Server List application runtimes on a server
listappsubdeployments
Oracle WebLogic Server List sub-deployments for an application
createappsubdeployment
Oracle WebLogic Server Create a sub-deployment for an application