# VHost Operations ## Retrieves the list of VHosts - [GET /v2/servers/{serverName}/vhosts](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getvhostsconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified VHost configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getvhostconfig.md): This API is available in builds 15089 or later. ## Updates the specified VHost configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putvhostconfig.md): This API is available in builds 15089 or later. ## VHost Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putvhostaction.md): This API is available in builds 15089 or later. ## Retrieves the specified advanced VHost configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getvhostconfigadv.md): This API is available in builds 15089 or later. ## Updates the specified advanced VHost configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putvhostconfigadv.md): This API is available in builds 15089 or later. ## Retrieves the list of server HostPorts for the specified vhost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/hostports](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethostportsconfig.md): This API is available in builds 15089 or later. ## Retrieves the HostPort for the specified vhost and port - [GET /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethostportconfig.md): This API is available in builds 15089 or later. ## Retrieves the advanced HostPort configuration for the specified vhost and port - [GET /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethostportconfigadv.md): This API is available in builds 15089 or later. ## Host Port Config Adv - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puthostportconfigadv.md): This API is available in builds 15089 or later. ## Retrieves the HTTPProviders for the specified vhost, port and baseclass - [GET /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}/httpproviders/{baseClass}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethttpproviderconfig.md): This API is available in builds 15089 or later. ## Retrieves the SSL configuration for the specified vhost and port - [GET /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}/ssl](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getsslconfig.md): This API is available in builds 15089 or later. ## Updates the SSL configuration for the specified vhost and port - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/hostports/{portname}/ssl](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putsslconfig.md): This API is available in builds 15089 or later. ## Retrieves all entries in the MediaCache system - [GET /v2/servers/{serverName}/vhosts/{vhostName}/mediacache/stores](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getmediacachestorelist.md): This API is available in builds 15942 or later. ## Media Cache Store Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/mediacache/stores/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putmediacachestoreaction.md): This API is available in builds 15942 or later. ## Retrieves the current VHost statistics - [GET /v2/servers/{serverName}/vhosts/{vhostName}/monitoring/current](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getcurrentvhoststatistics.md): This API is available in builds 15089 or later. ## Retrieves the historic VHost statistics - [GET /v2/servers/{serverName}/vhosts/{vhostName}/monitoring/historic](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethistoricvhoststatistics.md): This API is available in builds 15089 or later. ## Retrieves the list of Publishers for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/publishers](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getpublishersvhostconfig.md): This API is available in builds 15089 or later. ## Add a Publisher to list of Publishers for the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/publishers](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/postpublishersvhostconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Publisher configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/publishers/{publisherName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getpublishervhostconfig.md): This API is available in builds 15089 or later. ## Updates the specified Publisher configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/publishers/{publisherName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putpublishervhostconfig.md): This API is available in builds 15089 or later. ## Adds the specified Publisher configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/publishers/{publisherName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/postpublishervhostconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Publisher configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/publishers/{publisherName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletepublishervhostconfig.md): This API is available in builds 15089 or later. ## Retrieves the list of SDP Files for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/sdpfiles](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getsdpfilesconfig.md): This API is available in builds 15089 or later. ## Deletes the specified SDP file - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/sdpfiles/{sdpfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletesdpfileconfig.md): This API is available in builds 15089 or later. ## SDPF File Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/sdpfiles/{sdpfileName}/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putsdpfileaction.md): This API is available in builds 15089 or later. ## Retrieves the list of SMIL Files for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getsmilfilesconfig.md): This API is available in builds 15089 or later. ## Adds a SMIL File to the list of SMIL Files for the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/postsmilfilesconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified SMIL File configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles/{smilfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getsmilfileconfig.md): This API is available in builds 15089 or later. ## Deletes the specified SMIL File configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles/{smilfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletesmilfileconfig.md): This API is available in builds 15089 or later. ## Updates the specified SMIL File configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles/{smilfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putsmilfileconfig.md): This API is available in builds 15089 or later. ## Adds the specified SMIL File configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles/{smilfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/postsmilfileconfig.md): This API is available in builds 15089 or later. ## SMIL File Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/smilfiles/{smilfileName}/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putsmilfileaction.md): This API is available in builds 15089 or later. ## Retrieves the list of Startup Streams for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getstartupstreamsconfig.md): This API is available in builds 15089 or later. ## Adds a Startup Stream to the list of Startup Streams for the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/poststartupstreamsconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Startup Stream configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams/applications/{appName}/instances/{instanceName}/streams/{streamName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getstartupstreamconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Startup Stream configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams/applications/{appName}/instances/{instanceName}/streams/{streamName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletestartupstreamconfig.md): This API is available in builds 15089 or later. ## Adds the specified Startup Stream configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams/applications/{appName}/instances/{instanceName}/streams/{streamName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/poststartupstreamconfig.md): This API is available in builds 15089 or later. ## Updates the specified Startup Stream configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/startupstreams/applications/{appName}/instances/{instanceName}/streams/{streamName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putstartupstreamconfig.md): This API is available in builds 15089 or later. ## Retrieves the list of Stream Files for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getstreamfilesconfig.md): This API is available in builds 15089 or later. ## Adds a Stream File to the list of Stream Files for the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/poststreamfilesconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Stream File configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getstreamfileconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Stream File configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletestreamfileconfig.md): This API is available in builds 15089 or later. ## Updates the specified Stream File configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putstreamfileconfig.md): This API is available in builds 15089 or later. ## Adds the specified Stream File configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/poststreamfileconfig.md): This API is available in builds 15089 or later. ## Stream File Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putstreamfileaction.md): This API is available in builds 15089 or later. ## Retrieves the Advanced Stream File configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getstreamfileconfigadv.md): This API is available in builds 15089 or later. ## Updates the Advanced Stream File configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/streamfiles/{streamfileName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putstreamfileconfigadv.md): This API is available in builds 15089 or later. ## Retrieves the Playback Info for the specified vhost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/testPlaybackInfo](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettestplaybackinfoconfig.md): This API is available in builds 15089 or later. ## Retrieves the Transcoder configuration for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getvhosttranscoderconfig.md): This API is available in builds 15089 or later. ## Updates the Transcoder configuration for the specified VHost - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderconfig.md): This API is available in builds 15089 or later. ## Retrieves the list of Transcoder Template Configurations for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscodertemplatesconfig.md): This API is available in builds 15089 or later. ## Adds a Transcoder Templates Configuration to the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscodertemplatesconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Trancoder Template configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscodertemplateconfig.md): This API is available in builds 15089 or later. ## Updates the specified Trancoder Template configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscodertemplateconfig.md): This API is available in builds 15089 or later. ## Adds the specified Trancoder Template configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscodertemplateconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Trancoder Template configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletetranscodertemplateconfig.md): This API is available in builds 15089 or later. ## Transcoder Template Action - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/actions/{action}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscodertemplateaction.md): This API is available in builds 15089 or later. ## Retrieves the Advanced Transcoder Template configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscodertemplateconfigadv.md): This API is available in builds 15089 or later. ## Updates the Advanced Transcoder Template configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscodertemplateconfigadv.md): This API is available in builds 15089 or later. ## Retrieves the specified Trancoder Overlay Decode configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/decode/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderoverlaydecodeconfig.md): This API is available in builds 15089 or later. ## Updates the specified Trancoder Overlay Decode configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/decode/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderoverlaydecodeconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Trancoder Overlay Decode configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/decode/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletetranscoderoverlaydecodeconfig.md): This API is available in builds 15089 or later. ## Retrieves the list of Transcoder Encode Configurations for the specified VHost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderencodesconfig.md): This API is available in builds 15089 or later. ## Adds a Transcoder Encode Configuration to the specified VHost - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscoderencodesconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Trancoder Encode configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderencodeconfig.md): This API is available in builds 15089 or later. ## Adds the specified Trancoder Encode configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscoderencodeconfig.md): This API is available in builds 15089 or later. ## Updates the specified Trancoder Encode configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderencodeconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Trancoder Encode configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletetranscoderencodeconfig.md): This API is available in builds 15089 or later. ## Retrieves the Advanced Transcoder Encode configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderencodeconfigadv.md): This API is available in builds 15089 or later. ## Updates the Advanced Transcoder Encode configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}/adv](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderencodeconfigadv.md): This API is available in builds 15089 or later. ## Retrieves the specified Trancoder Overlay Encode configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderoverlayencodeconfig.md): This API is available in builds 15089 or later. ## Updates the specified Trancoder Overlay Encode configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderoverlayencodeconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Trancoder Overlay Encode configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/encodes/{encodeName}/overlays/{overlayName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletetranscoderoverlayencodeconfig.md): This API is available in builds 15089 or later. ## Retrieves the list of Transcoder Stream Name Groups for the specified Template - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderstreamnamegroupsconfig.md): This API is available in builds 15089 or later. ## Adds a Transcoder Stream Name Groups Configuration to the specified Template - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscoderstreamnamegroupsconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Trancoder StreamNameGroup configuration - [GET /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups/{groupName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gettranscoderstreamnamegroupconfig.md): This API is available in builds 15089 or later. ## Updates the specified Trancoder StreamNameGroup configuration - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups/{groupName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puttranscoderstreamnamegroupconfig.md): This API is available in builds 15089 or later. ## Adds the specified Trancoder StreamNameGroup configuration - [POST /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups/{groupName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/posttranscoderstreamnamegroupconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Trancoder StreamNameGroup configuration - [DELETE /v2/servers/{serverName}/vhosts/{vhostName}/transcoder/templates/{templateName}/streamnamegroups/{groupName}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/deletetranscoderstreamnamegroupconfig.md): This API is available in builds 15089 or later. ## Retrieves the Tuning configuration for the specified vhost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/tune](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/getvhosttuneconfig.md): This API is available in builds 15089 or later. ## Updates the Tuning configuration for the specified vhost - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/tune](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/putvhosttuneconfig.md): This API is available in builds 15089 or later. ## Retrieves the host port configuration used for server tuning for the specified vhost - [GET /v2/servers/{serverName}/vhosts/{vhostName}/tunehostports](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/gethostportstuneconfig.md): This API is available in builds 15089 or later. ## Updates the host port configuration used for server tuning for the specified vhost - [PUT /v2/servers/{serverName}/vhosts/{vhostName}/tunehostports](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/vhost-operations/puthostportstuneconfig.md): This API is available in builds 15089 or later.