home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

<delete-image> (system RPC)

Use this RPC to mimic the CLI delete system image command.

Module
vyatta-image-v1
Available elements
<name>
Name of the image you want to delete. (Mandatory.)
Example XML input
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<delete-image xmlns="urn:vyatta.com:mgmt:vyatta-image:1">
<name>9999.01111131</name>
</delete-image>
</rpc>
]]>]]>
Example output
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<ok/>
</rpc-reply>
]]>]]>